Skip to content

chore(main): release authsome 0.7.0#407

Merged
manojbajaj95 merged 1 commit into
mainfrom
release-please--branches--main--components--authsome
Jun 16, 2026
Merged

chore(main): release authsome 0.7.0#407
manojbajaj95 merged 1 commit into
mainfrom
release-please--branches--main--components--authsome

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.7.0 (2026-06-16)

⚠ BREAKING CHANGES

  • replace init and scan with authsome onboard

Features

  • add auth session store contract (604d18e)
  • add global connection fallback registry (9c50afc)
  • add paged audit event queries (3a1a564)
  • add production backend config (f4a6cf5)
  • add ProviderType classification and JSONC support for providers (dfabe6c)
  • add ProviderType classification and JSONC support for providers (ea42284), closes #362
  • add root health check (3b8cfd0)
  • add store migrations and postgres pooling (8a817d9)
  • added support for agents (4c79bb0)
  • derive agent identity from a single private-key env var (0890c0b)
  • derive agent identity from a single private-key env var (d9d2c60)
  • enforce role-aware audit event queries (08446d1)
  • expose global connection CLI controls (0975ab8)
  • global connection pointers (16af935)
  • implement custom provider management with CRUD support, registration schema updates, and a dedicated UI form. (8dbf579)
  • implement custom provider management with CRUD support, registration schema updates, and a dedicated UI form. (8f4029e)
  • implement tooltip help text and collapsible advanced sections in custom provider form (54ba7b2)
  • replace init and scan with authsome onboard (d9936d5), closes #434
  • select redis runtime state (d828d2b)
  • show global connections in dashboard (b21f5b1)
  • show scoped audit log in dashboard (0b8d752)
  • stateless production deployments (c55448d)
  • ui: add authenticated layout with sidebar and breadcrumbs (d27267f)
  • ui: redesign provider/connection detail pages and fix accent token (384dd20)
  • ui: redesign provider/connection detail pages and fix accent token (ae806a3)
  • user scoped audit log (151e0af)

Bug Fixes

  • 'broker' to 'gateway' in README (976d4a5)
  • add env field to config and disable PostHog in non-prod environments (c1a9f66)
  • address production readiness review (b374fb4)
  • atomically consume redis pending claims (b754b80)
  • avoid audit shutdown deadlock (d54c415)
  • avoid hardcoded compose secrets (5a15e41)
  • bind store transactions to pooled connection (9c141f3)
  • clarify clickable surface hover states (e5ee9b9)
  • clarify compose master key secret (ee25d5c)
  • clean redis auth session indexes (60e21e1)
  • clean up failed runtime startup (448c8b2)
  • close redis client on ping failure (ea0fd94)
  • env field in config, PostHog no-op in dev/test (dd6f8d2)
  • exclude local build artifacts from package (69b263b)
  • harden container startup path (ff3d542)
  • hide optional asyncpg import from ty (eb37f84)
  • keep connections page unfiltered after detail navigation (13cbd0d)
  • lazy load postgres driver (a87328f)
  • pass global connection props to connections page (e6e51fd)
  • polish connection action feedback (8d93438)
  • polish dashboard connection flows (913ec09)
  • polish dashboard connection flows (8f35bf1)
  • preserve pop replay auth errors (c68de27)
  • prevent daemon error card clipping (29d2813)
  • recover from 409 when concurrent agents register the same DID (3a9f17e)
  • refine provider and connection dashboard states (da7a401)
  • remove blocking future result call in audit event persistence to prevent thread deadlock (e33fc3c)
  • remove duplicate health route (5457d10)
  • require production backend URLs (be5c646)
  • restore logo dev token (de814ee)
  • restore sqlite store branch (7a39de6)
  • ruff check (8d94e4d)
  • ui: replace Button render-as-link with Link+buttonVariants; img→Image, a→Link (67fbe48)

Documentation

  • add production self-hosting path (ea4eaa7)
  • describe scoped audit log access (80cb249)
  • design stateless production deployments (80e5ad9)
  • design user-scoped audit log (224be18)
  • plan user-scoped audit log (32a7275)
  • refine credential broker comparison (44b37bf)
  • refresh Mintlify site for v0.7 and remove stale profile/library references (6151535)
  • refresh Mintlify site for v0.7 and remove stale references (6204a47)
  • unified messaging (841c0d6)
  • updated broker credentials comparison (9253aa8)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--authsome branch 13 times, most recently from 4b4d297 to 81d7a5d Compare June 16, 2026 16:03
@github-actions github-actions Bot changed the title chore(main): release authsome 0.6.5 chore(main): release authsome 0.7.0 Jun 16, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--authsome branch 2 times, most recently from 8743bb7 to 05c4e65 Compare June 16, 2026 16:04
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--authsome branch from 05c4e65 to cbda1e4 Compare June 16, 2026 20:12
@manojbajaj95 manojbajaj95 merged commit 305df53 into main Jun 16, 2026
4 checks passed
@manojbajaj95 manojbajaj95 deleted the release-please--branches--main--components--authsome branch June 16, 2026 20:40
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add authsome onboard command combining init and credential scan/import feat: classify bundled providers by type (MCP servers, LLMs, apps)

1 participant